13. Fixed Flow Quiz
intro
For this quiz, you'll be making a footer sticky. You will use developer tools to modify a footer so that it sticks to the bottom of the page as the user scrolls.
Here's your starting point.
fixed footer starting point
title
And here's what you'll see when you finish:
Fixed Flow Quiz
instructions
Instructions
- Open the live version of the site.
- Turn on the Udacity Feedback extension. If don't have it installed go to the Chrome Store and download and add the extension to the Chrome Browser.
- Use developer tools to make the footer sticky. Besides
position: fixed
, you only need to add one property! - Copy and paste the code that appears in the quiz extension here in the classroom when you finish!
Fixed Position Quiz